home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 24
/
Amiga Format AFCD24 (Feb 1998, Issue 108).iso
/
-seriously_amiga-
/
shareware
/
graphics
/
agaiff
/
rexx
/
startup.agaiff
< prev
Wrap
Text File
|
1998-01-05
|
680b
|
41 lines
/* AREXX-Script > Startup.agaiff
*
* This one is called once when AGAiff is started, so you can easily
* put your preferences here... Well you *must*, since there is no
* prefs file!
*
*/
address "AGAIFF_REXX"
options results
/* Define some handy presets... */
clearpresets
sformat unpkedchunky file
cformat nocols
addpreset '"Unpacked Chunky"'
sformat copper dc
cformat top 12bit
addpreset '"12 Bit Copperlist"'
cformat 24bit0rgb
addpreset '"24 Bit Copperlist"'
sformat rawi file
cformat nocols 12bit
addpreset '"RAW interleaved"'
/* My preferences... */
coords off
globalnoshow
dcsize 2
/* Show window if CX_POPUP is true */
STATUS 7
if result = 1 then SHOWGUI